############## DynCache sources file ####################

MAJORCOMP=Windows
MINORCOMP=DynCache

TARGETNAME=DynCache
TARGETPATH=.\obj
TARGETTYPE=PROGRAM

_NT_TARGET_VERSION=0x502

# Use the Windows SDK include and lib paths.
# The WDK does not contain files for using performance counters.
INCLUDES=$(PSDK_INC_PATH)

SOURCES=DynCache.cpp    \
        Service.cpp     \
        debug.cpp       \
        DynCache.rc

C_DEFINES=-DUNICODE -D_UNICODE

# specify which C runtimes to link with (default is libc.lib)
USE_LIBCMT=1

UMENTRY=wmain
UMTYPE=console

UMLIBS=     $(PSDK_LIB_PATH)\kernel32.lib \
            $(PSDK_LIB_PATH)\user32.lib \
            $(PSDK_LIB_PATH)\advapi32.lib \
            $(PSDK_LIB_PATH)\Psapi.lib   \
            $(PSDK_LIB_PATH)\Pdh.lib

